home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr48 / tsbat146.zip / SHOWTIME.BAT < prev    next >
DOS Batch File  |  1992-01-20  |  134b  |  8 lines

  1. @echo off
  2. echo.
  3. echo.| date > tmpdte$$.$$$
  4. echo.| Time >> tmpdte$$.$$$
  5. find "Current" < tmpdte$$.$$$
  6. del tmpdte$$.$$$
  7. echo on
  8.